home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / advmaze.zip / SYSOP.DOC < prev    next >
Text File  |  1992-11-15  |  7KB  |  207 lines

  1.  
  2.                      A D V E N T U R E R ' S     M A Z E
  3.  
  4.                              W r i t t e n    b y
  5.  
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                        C o p y r i g h t  (c)   1 9 9 2
  9.  
  10.  
  11. ADVENTURER'S MAZE, Copyright (c) 1992 by William H. Rountree, is being
  12. distributed as Shareware. Under this concept you may use the SHAREWARE
  13. (unregistered) version for a reasonable period of time for evaluation
  14. after which you must either register your copy or discontinue  usage.
  15.                      
  16. Disclaimer:
  17.  
  18.      This program and other files associated with it are not 
  19.      guaranteed to be bug free or virus free.  We are not
  20.      responsible for any damages of any kind, including
  21.      profit loses and dta loss, that relate directly or
  22.      indirectly to these programs and files.  You may
  23.      distribute this program, as long as it is in unmodified 
  24.      for with all the files originally included.
  25.  
  26. Credits:
  27.      QuickBasic (R) is a registered trade mark of Microsoft Corporation
  28.  
  29.      PCBoard (R) is a registered trade mark of Clark Development
  30.                  Corporation
  31.  
  32.      Door Source is copyrighted Computer City, USA 1988, 1989, 1990, 
  33.                  1991
  34.  
  35. Overview:
  36.  
  37.           * * * * * * * This Door Requires ANSI  * * * * * * *
  38.  
  39.      Adventurer's Maze is a role playing type door game.  This door does not
  40.      contain any time limit except that of the user's existing time left
  41.      online.  Although not written to operate on a multi-tasking environment,
  42.      it has been tested to do so without any known problems.  This door will
  43.      support upto 50 users.  Each user's file requires appoximatly 32k of hard
  44.      drive space.  The minimuim suggested allocated space is 1.5 Meg.  This
  45.      door will support RBBS, Wildcat and PCBoard.  It is also written to be
  46.      able to use Com ports and IRQ's not usually used.  This door does NOT
  47.      require any daily maintance.  This door code is written using QuickBasic
  48.      4.5 and DoorSource 4.0B runtime library.
  49.  
  50. List of files in archive:
  51.      
  52. ───────────────────┬───────────────────┬───────────────────┬───────────────────
  53. .            <dir> │5        MAZ   4100│MAZE     CFG     69│OPEN4    ANS   1367
  54. ..           <dir> │5        TXT   2662│MAZE     EXE 189264│PLAYER   INS  17048
  55. 1        MAZ   4100│6        MAZ   4100│MAZE     TXT  17048│PLAYERS  MAZ   5322
  56. 1        TXT   2674│6        TXT   1951│MAZEDATA FIL   1608│RACES    ANS   2100
  57. 2        MAZ   4100│7        MAZ   4100│MAZEGEN  EXE  52028│SCORE    FIL    610
  58. 2        TXT   2449│7        TXT   3333│MONSTER  FIL   1276│SYSOP    DOC   7467
  59. 3        MAZ   4100│8        TXT   1188│OPEN     FIL      5│TOP      MAZ     52
  60. 3        TXT    678│DAILY    FIL     29│OPEN1    ANS    884│USER     MAZ   6102
  61. 4        MAZ   4100│DIED     ANS    854│OPEN2    ANS   5964│
  62. 4        TXT   1554│FILE_ID  DIZ    502│OPEN3    ANS   1543│
  63. ───────────────────┴───────────────────┴───────────────────┴───────────────────
  64.  
  65. Configuration file setup:
  66.  
  67.      Example:
  68.  
  69.      line 1:         C:\PCB\PCBOARD.SYS
  70.      line 2:         Prime Base
  71.      line 3:         William
  72.      line 4:         Rountree
  73.      line 5:         00000000
  74.      line 6:         50
  75.      line 7:         14
  76.  
  77.  
  78.      Line 1 is a drive/path/filename to the bbs interface file.
  79.      Line 2 is the name of the BBS using this door.
  80.      Line 3 is the first name of Sysop.
  81.      Line 4 is the last name of the Sysop.
  82.      Line 5 is the registration number.
  83.      Line 6 is the number of users able to play per game.
  84.      Line 7 is the number of days before an inactive player is removed.
  85.  
  86.      Note:  All 7 lines must exist for proper operation.
  87.  
  88.      PCBOARD.SYS, DOOR.SYS (31 Line), DORINFO1.DEF, or CALLINFO.BBS     
  89.      may be used in line #1.
  90.  
  91. Batch file setup:
  92.  
  93.      example:
  94.      
  95.      cd\doors\maze
  96.      maze maze.cfg
  97.      cd\pcb
  98.      board
  99.  
  100. List of function keys:
  101.  
  102.      F-3  : Printer toggle
  103.      F-4  : Page bell toggle
  104.      F-5  : Shell to DOS
  105.      F-7  : Caller alarm toggle
  106.      F-8  : Return caller to board
  107.      F-10 : Start Sysop chat
  108.      ESC  : End Sysop chat
  109.     Alt-X : Drop to DOS after caller logs off
  110.     ALT-N : Sysop next on flag
  111.  
  112. Daily Maintance:
  113.  
  114.      No modification of your daily maintance is required since Adventure's
  115.      Maze perform it's Daily Maintance on the first caller that day.  
  116.      This Maintance if very short and should not delay the play by that call
  117.      very much.
  118.  
  119. Limitations:
  120.  
  121.      This door will continue to operate in it's original condition until
  122.      it is registered.  A 15 second delay and message will be displayed upon
  123.      it start.  After 20 days of play by a player, the Merchant will close
  124.      down.  After 30 days of play by a player, the character that the player
  125.      is running will be reset to 1st level.  All of these limitations will
  126.      be removed upon it's registration.   
  127.  
  128. Registration:
  129.  
  130.      Adventurer's Maze costs $15.00 US currency to register.  I will mail
  131.      you a letter with your individual registration number.  If you would
  132.      also like to recieve it immediatly, please log onto PRIME BASE and
  133.      leave me a message.  I will grant you access to the Support Conference
  134.      and leave you a message with your number.  Please leave all messages for:
  135.     
  136.           William Rountree or Sysop at:
  137.  
  138.           Prime Base Node #1: (206) 871-9539   9600 V32bis
  139.           Prime Base Node #2: (206) 871-9340   14,400 V32Bis, V42Bis 
  140.  
  141. Registration Form:
  142.  
  143.     P R I M E   B A S E   D O O R   R E G I S T R A T I O N   F O R M
  144.  
  145.    TO:  William Rountree                           Date___/___/___
  146.         4158 Carol Ln.
  147.         Apt # 12-3        
  148.         Port Orchard, WA. 98366-2745
  149.  
  150.        (Please use capitalization and punctuation where necessary.)
  151.  
  152.  FROM:  SysOp Name: _______________________________________________
  153.  
  154.         BBS Name: _________________________________________________
  155.  
  156.         Address: __________________________________________________
  157.  
  158.         City: ______________________ State: __________ ZIP: _______
  159.  
  160.         Voice: (   ) _________________ BBS: (   ) _________________
  161.  
  162.         BBS Software: _____________________ BBS Hours: ____________
  163.  
  164.         Baud Rates:________________________
  165.  
  166. SOFTWARE                          VERSION                  PRICE
  167. --------                          -------                  -----
  168.  
  169. Adventurer's Maze.................. 1.0 ................. $15.00 __
  170. (Current versions as of 11-15-92)
  171.                                                            _____
  172.  
  173. (WA residents add 8.9% tax)                                _____
  174.  
  175. Total                                                    $______
  176.  
  177.                            F E E D B A C K
  178.                            ---------------
  179.  
  180.  I learned of ADVENTURER'S MAZE from:
  181.            [  ] - A Friend         [  ] - Computer Club
  182.            [  ] - BBS              [  ] - Compuserve
  183.            [  ] - GEnie            [  ] - Other
  184.  
  185.  COMMENTS: _____________________________________________________
  186.  _______________________________________________________________
  187.  _______________________________________________________________
  188.  _______________________________________________________________
  189.  _______________________________________________________________
  190.      
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.